[INFO] cloning repository https://github.com/yukkodesu/virt-backend
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yukkodesu/virt-backend" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukkodesu%2Fvirt-backend", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukkodesu%2Fvirt-backend'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c68fe7fbfd761b9a968cdbda45ffcc0f88d7c3aa
[INFO] testing yukkodesu/virt-backend/c68fe7fbfd761b9a968cdbda45ffcc0f88d7c3aa against master#f9988fefd3add01f414f52b414308e7872622fee for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyukkodesu%2Fvirt-backend" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yukkodesu/virt-backend
[INFO] finished tweaking git repo https://github.com/yukkodesu/virt-backend
[INFO] tweaked toml for git repo https://github.com/yukkodesu/virt-backend written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yukkodesu/virt-backend on toolchain f9988fefd3add01f414f52b414308e7872622fee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yukkodesu/virt-backend already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded virt-sys v0.2.0
[INFO] [stderr]   Downloaded tokio-cron-scheduler v0.10.0
[INFO] [stderr]   Downloaded cron v0.12.1
[INFO] [stderr]   Downloaded virt v0.3.1
[INFO] [stderr]   Downloaded sysinfo v0.30.10
[INFO] [stderr]   Downloaded borsh v1.4.0
[INFO] [stderr]   Downloaded borsh-derive v1.4.0
[INFO] [stderr]   Downloaded sea-orm v0.12.15
[INFO] [stderr]   Downloaded ordered-float v3.9.2
[INFO] [stderr]   Downloaded inherent v1.0.11
[INFO] [stderr]   Downloaded sea-orm-macros v0.12.15
[INFO] [stderr]   Downloaded ouroboros v0.17.2
[INFO] [stderr]   Downloaded ouroboros_macro v0.17.2
[INFO] [stderr]   Downloaded sea-query-binder v0.5.0
[INFO] [stderr]   Downloaded sea-query v0.30.7
[INFO] [stderr]   Downloaded sea-bae v0.2.0
[INFO] [stderr]   Downloaded rocket_ws v0.1.0
[INFO] [stderr]   Downloaded state v0.6.0
[INFO] [stderr]   Downloaded rocket v0.5.0
[INFO] [stderr]   Downloaded ubyte v0.10.4
[INFO] [stderr]   Downloaded generator v0.7.5
[INFO] [stderr]   Downloaded stable-pattern v0.1.0
[INFO] [stderr]   Downloaded ref-cast v1.0.22
[INFO] [stderr]   Downloaded ref-cast-impl v1.0.22
[INFO] [stderr]   Downloaded pear_codegen v0.2.9
[INFO] [stderr]   Downloaded inlinable_string v0.1.15
[INFO] [stderr]   Downloaded rustversion v1.0.15
[INFO] [stderr]   Downloaded rocket_http v0.5.0
[INFO] [stderr]   Downloaded uncased v0.9.10
[INFO] [stderr]   Downloaded pear v0.2.9
[INFO] [stderr]   Downloaded rocket_codegen v0.5.0
[INFO] [stderr]   Downloaded devise_core v0.4.1
[INFO] [stderr]   Downloaded devise v0.4.1
[INFO] [stderr]   Downloaded atomic v0.6.0
[INFO] [stderr]   Downloaded binascii v0.1.4
[INFO] [stderr]   Downloaded figment v0.10.16
[INFO] [stderr]   Downloaded toml v0.8.12
[INFO] [stderr]   Downloaded devise_codegen v0.4.1
[INFO] [stderr]   Downloaded winnow v0.6.6
[INFO] [stderr]   Downloaded bytemuck v1.15.0
[INFO] [stderr]   Downloaded toml_edit v0.22.9
[INFO] [stderr]   Downloaded base64 v0.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 48e4eb1a9567e971cd4c101485d7e4467db0b3255b70eb268cec1f0691aec413
[INFO] running `Command { std: "docker" "start" "-a" "48e4eb1a9567e971cd4c101485d7e4467db0b3255b70eb268cec1f0691aec413", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "48e4eb1a9567e971cd4c101485d7e4467db0b3255b70eb268cec1f0691aec413", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "48e4eb1a9567e971cd4c101485d7e4467db0b3255b70eb268cec1f0691aec413", kill_on_drop: false }`
[INFO] [stdout] 48e4eb1a9567e971cd4c101485d7e4467db0b3255b70eb268cec1f0691aec413
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+f9988fefd3add01f414f52b414308e7872622fee" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2bb51d487adec14cd6dd2b2212cbc1018ee4248ed09fb0acf83908c8f5f8102c
[INFO] running `Command { std: "docker" "start" "-a" "2bb51d487adec14cd6dd2b2212cbc1018ee4248ed09fb0acf83908c8f5f8102c", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling time-macros v0.2.18
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling cookie v0.18.1
[INFO] [stderr]    Compiling inlinable_string v0.1.15
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling syn v2.0.58
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]    Compiling arrayvec v0.7.4
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling is-terminal v0.4.12
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling crossbeam-queue v0.3.11
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling stable-pattern v0.1.0
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling winnow v0.6.6
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling state v0.6.0
[INFO] [stderr]    Compiling hashlink v0.8.4
[INFO] [stderr]    Compiling rustix v0.38.32
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling multer v2.1.0
[INFO] [stderr]    Compiling figment v0.10.16
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling virt-sys v0.2.0
[INFO] [stderr]    Compiling ordered-float v3.9.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling rocket v0.5.0
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling fastrand v2.0.2
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling atomic v0.5.3
[INFO] [stderr]    Compiling aliasable v0.1.3
[INFO] [stderr]    Compiling binascii v0.1.4
[INFO] [stderr]    Compiling tokio-cron-scheduler v0.10.0
[INFO] [stderr]    Compiling pem v3.0.4
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling strum v0.25.0
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling virt v0.3.1
[INFO] [stderr]    Compiling bcrypt v0.15.1
[INFO] [stderr]    Compiling roxmltree v0.19.0
[INFO] [stderr]    Compiling bigdecimal v0.3.1
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling devise_core v0.4.1
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling pear_codegen v0.2.9
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling async-stream-impl v0.3.5
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling inherent v1.0.11
[INFO] [stderr]    Compiling ouroboros_macro v0.17.2
[INFO] [stderr]    Compiling sea-bae v0.2.0
[INFO] [stderr]    Compiling async-stream v0.3.5
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling pear v0.2.9
[INFO] [stderr]    Compiling sea-orm-macros v0.12.15
[INFO] [stderr]    Compiling devise_codegen v0.4.1
[INFO] [stderr]    Compiling devise v0.4.1
[INFO] [stderr]    Compiling ouroboros v0.17.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling tungstenite v0.20.1
[INFO] [stderr]    Compiling rocket_http v0.5.0
[INFO] [stderr]    Compiling rocket_codegen v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling chrono v0.4.37
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling serde_spanned v0.6.5
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling ubyte v0.10.4
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling toml_edit v0.22.9
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-tungstenite v0.20.1
[INFO] [stderr]    Compiling cron v0.12.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling sqlformat v0.2.3
[INFO] [stderr]    Compiling sea-query v0.30.7
[INFO] [stderr]    Compiling simple_asn1 v0.6.2
[INFO] [stderr]    Compiling jsonwebtoken v9.3.0
[INFO] [stderr]    Compiling sysinfo v0.30.10
[INFO] [stderr]    Compiling toml v0.8.12
[INFO] [stderr]    Compiling sqlx-core v0.7.4
[INFO] [stderr]    Compiling sqlx-postgres v0.7.4
[INFO] [stderr]    Compiling sqlx v0.7.4
[INFO] [stderr]    Compiling sea-query-binder v0.5.0
[INFO] [stderr]    Compiling sea-orm v0.12.15
[INFO] [stderr]    Compiling rocket_ws v0.1.0
[INFO] [stderr]    Compiling virt-backend v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `*`
[INFO] [stdout]  --> src/db.rs:2:26
[INFO] [stdout]   |
[INFO] [stdout] 2 | use entity::{prelude::*, *};
[INFO] [stdout]   |                          ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `BadRequest` is never constructed
[INFO] [stdout]   --> src/controller/account.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub enum NetworkResponse {
[INFO] [stdout]    |          --------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 22 |     BadRequest(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `NetworkResponse` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `claims` is never read
[INFO] [stdout]   --> src/middleware/authenticate.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 23 | pub struct JWT {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 24 |     pub claims: Claims,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `JWT` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `OtherError` is never constructed
[INFO] [stdout]   --> src/virt.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub enum VirtError {
[INFO] [stdout]    |          --------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 40 |     OtherError(String),
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `VirtError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `SystemType` is never used
[INFO] [stdout]    --> src/virt.rs:125:6
[INFO] [stdout]     |
[INFO] [stdout] 125 | enum SystemType {
[INFO] [stdout]     |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `CreateVirtConfig` is never constructed
[INFO] [stdout]    --> src/virt.rs:131:12
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub struct CreateVirtConfig {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_virt` is never used
[INFO] [stdout]    --> src/virt/shell.rs:130:8
[INFO] [stdout]     |
[INFO] [stdout] 130 | pub fn create_virt(configure: CreateVirtConfig) -> Result<String, std::io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc5ayxTp/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdotenvy-be9b890638a1bff4,libquick_xml-65341727d309fbcb,libroxmltree-588d83547c663ad9,libvirt-acf8ba65416a89e8,libvirt_sys-98bfaf056446bb87,libsysinfo-8e2968b6e8c40f73,librayon-b7b5b230de8b1183,librayon_core-083ee9a2782494b3,libcrossbeam_deque-686e3d2cf7670dea,libcrossbeam_epoch-d1a07ffaae4bd113,libtokio_cron_scheduler-3471d8c7a1f3436e,libcron-d3e45d02b0ecf76a,libjsonwebtoken-4c9877f0b15f8666,libpem-d7c4ab2a329e7551,libsimple_asn1-6c392e6f71c1b2c4,librocket_ws-d52de98b0bb574e9,libtokio_tungstenite-7be667e2350efca0,libtungstenite-06313169c7ed66a2,libdata_encoding-53d2599705afb572,libutf8-3c5e274bb51994fd,libsha1-d6d62168dd036b40,libsea_orm-9c5d66158a4d3b03,libouroboros-e39db404ff30db89,libstatic_assertions-acd18841cc36d7c2,libaliasable-896fd37f379727aa,libstrum-d2156697ec5e2111,libsea_query_binder-d82ea1372d6ca9b7,libsqlx-ab021ff1731cbaa6,libsqlx_postgres-5b4d7e7121ab7819,libhex-ce2ce186edf8450e,libwhoami-fbe378d3abf532dc,libhome-cc65608d0b53110b,libmd5-e0dce87caa1be847,libatoi-06fd48f639aad422,libstringprep-2a2b151eb3798176,libfinl_unicode-d254ecede62b4e0b,librand-66cdaaea067b3cc4,librand_chacha-8ee5c1ab3b82876c,libppv_lite86-2079bc674c3c594c,librand_core-892ef5fb9328cd9c,libhkdf-77a65108e86742cb,libhmac-ac6654bbb6cb5836,libsqlx_core-485be9be366cdc18,librustls_pemfile-f2760b70d3be5bc8,libbase64-76d22feba062e299,libwebpki_roots-8f19deeabafd6f44,libthiserror-c2ae4c9c1cbe84bf,libsha2-2610474dc679649c,libcpufeatures-be9c2321680ba848,libdigest-2e3f7c6242bd07d8,libblock_buffer-c78b2efb445e68cc,librustls-f8ed8f71ffe8f925,libsct-87df7ffd1f909776,libwebpki-40fa2f69d5f601f3,libring-ad21816c158aad4e,libuntrusted-151845769873c416,libsqlformat-df7ab2045133059d,libunicode_categories-38a7b792de7af90b,libnom-a3353080b4359e87,libitertools-98cb8f1d8b5d2cbf,libhashlink-2f3408c453db5ff2,libcrossbeam_queue-29421866527574fc,libcrossbeam_utils-8e1e02c13a7d5935,libevent_listener-55ffc13ab1e45b6d,liburl-6daa720642aa5022,libidna-8a436b89e1a7b72f,libunicode_normalization-4103566d47392641,libtinyvec-49a3f4678f8e416a,libtinyvec_macros-847056b696a24274,libunicode_bidi-3c27478181001aa8,libform_urlencoded-79e0e98fcd485548,libsea_query-91317eaaf8f57192,libordered_float-ca7480030781c760,libuuid-3a85a3e254bcbfd6,libbigdecimal-dc43f8f61fcd8d80,libnum_bigint-494d6448071f6af9,libnum_integer-2b9dc41ef5bfa8b6,librust_decimal-e62482a663876ce2,libarrayvec-6d865fe32665c534,libchrono-5cfe8535cebd79b7,libnum_traits-b62767e380604564,libiana_time_zone-35999f6a0cc8464e,libbcrypt-5ec4a0b2dee838c9,libsubtle-cc0bf746b9370106,libblowfish-9a93a5b74f3c5f45,libbyteorder-7912a666fa871683,libcipher-26d85a537b0ca295,libinout-24a33fde18c84c55,libcrypto_common-6b4d84099e636329,libgeneric_array-8df03860ca7a6ea3,libtypenum-9e78589573f827b3,libbase64-c9f7c72c042a59ae,libzeroize-59b23d9f21b7e825,librocket-93b4e702470fcf05,libtempfile-ee213ddcf3228436,libfastrand-d736a37c539b6c70,librustix-4fdb4902c691aeab,libbitflags-a36c7e4e7fd0a64d,liblinux_raw_sys-a0aea7134e68eb5c,libserde_json-3aed9b59abbc87a1,libryu-2fe63ec87fc646d1,librocket_http-bfa413c1b460e982,libcookie-7b83776f00659008,libstable_pattern-593b5b277d6b48c9,libref_cast-6815ce3ff0083823,libpercent_encoding-7f7ecf94013a574b,libhyper-ed9c3af8df3021d8,libh2-85d719b9ae514be1,libtower_service-c57734125ac4a124,libhttp_body-c2b04cd2b76f8801,libhttpdate-fd089b66c335a993,libmulter-f513e0e171475f53,libmime-7cbfcc84299bf52b,libtokio_util-fca98a3374c4473b,libtracing-0e2aa89f9df11bef,libtracing_core-bc100496c3ad55de,libhttparse-c828a3e06b87780b,libspin-64daf592b63bd9c7,libencoding_rs-cde41978255f3cea,libhttp-1d9371ded4923538,libfnv-2a26f5d3b9cd4973,libeither-66bd60462cd00ed4,libtokio_stream-6f6be2ea3d1decbb,libatomic-399e7dc7bcede523,libstate-e3214dcf12ed7a20,libubyte-62d8ed39ae02396b,liblog-3aedd92d58e2dffa,libtime-cd97e6feac168dba,libitoa-0222dfc469e21d72,libtime_core-6b824ed3bd1e198b,libnum_conv-d31d2cdd240da3de,libderanged-b920a2073d8e143e,libpowerfmt-521a460cc2ff4e45,libfigment-084e05ba62c4f5dd,libtoml-afd87fc097affb8a,libtoml_edit-1a252b787d3bb50d,libserde_spanned-95b4c2734438313e,libindexmap-e6ff61b4517d656a,libequivalent-4046d892813a5d9a,libhashbrown-cbb0b09eadaca07f,libahash-9d581d75dd6127c0,libgetrandom-5a7bc1dd30f2fd3d,libonce_cell-75d2118436933f61,libzerocopy-1dc992e994286048,liballocator_api2-d2068d8f08cf0916,libwinnow-15fc1224e0982f79,libtoml_datetime-14cc8b9e5465b375,libuncased-433b98d319c3f99f,libpear-4f3984bf37a370fc,libinlinable_string-e8f56a84d504d4c6,libserde-e2f9df77251e0d3e,libtokio-ae6504c59db7fd43,libsignal_hook_registry-edda0058204c737d,libnum_cpus-6e27cd541a52dbdf,libsocket2-95dee07606106ed5,libbytes-76d2f717865c1cab,libmio-4314e5eaa8ef9f44,libparking_lot-6a9c13dea41df2a8,libparking_lot_core-337ece2a708495d5,libcfg_if-8c8419bc1cff3c76,libsmallvec-8d80e7d293f973ed,liblock_api-e4ed03f239bde7d6,libscopeguard-88d64e99d3001c2a,libfutures-ec2504056e34b5ed,libfutures_executor-1be8f3f0dc700bc8,libfutures_util-3ed434d2033ea16d,libmemchr-0f4907d57c584502,libfutures_io-413514aa89d3f7a0,libslab-6c3ce758a1bcd6b8,libfutures_channel-6d9020a5f807bee6,libfutures_sink-100f10d4dbc6cfa1,libfutures_task-b56747de5200829a,libpin_utils-edd6e294c1e21a4f,libasync_stream-3592194c114122ad,libpin_project_lite-96380cfbe13ff412,libfutures_core-f9239d29bad6497f,libyansi-4ff628d8344e16ef,libis_terminal-2d327b28536e061c,liblibc-4635fd12fed5c874}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc5ayxTp/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-4cb792afcbe531d6/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/virt_backend-1b9417fe7736df78" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: virDomainSnapshotIsCurrent
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:192 (src/domain_snapshot.rs:192)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::is_current) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainSnapshotGetXMLDesc
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:102 (src/domain_snapshot.rs:102)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::get_xml_desc) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainSnapshotLookupByName
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:87 (src/domain_snapshot.rs:87)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::lookup_by_name) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainSnapshotListAllChildren
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:216 (src/domain_snapshot.rs:216)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::list_all_children) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainLookupByName
[INFO] [stdout]           >>> referenced by domain.rs:418 (src/domain.rs:418)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.1.rcgu.o:(<virt::domain::Domain>::lookup_by_name) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virGetLastError
[INFO] [stdout]           >>> referenced by error.rs:640 (src/error.rs:640)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.3.rcgu.o:(<virt::error::Error>::last_error) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainSnapshotFree
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:237 (src/domain_snapshot.rs:237)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::free) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainListAllSnapshots
[INFO] [stdout]           >>> referenced by domain.rs:1790 (src/domain.rs:1790)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.1.rcgu.o:(<virt::domain::Domain>::list_all_snapshots) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virConnectListAllDomains
[INFO] [stdout]           >>> referenced by connect.rs:553 (src/connect.rs:553)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.0.rcgu.o:(<virt::connect::Connect>::list_all_domains) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainSnapshotGetName
[INFO] [stdout]           >>> referenced by domain_snapshot.rs:75 (src/domain_snapshot.rs:75)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.2.rcgu.o:(<virt::domain_snapshot::DomainSnapshot>::get_name) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainFree
[INFO] [stdout]           >>> referenced by domain.rs:796 (src/domain.rs:796)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.1.rcgu.o:(<virt::domain::Domain>::free) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virConnectOpen
[INFO] [stdout]           >>> referenced by connect.rs:202 (src/connect.rs:202)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.0.rcgu.o:(<virt::connect::Connect>::open) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainGetInfo
[INFO] [stdout]           >>> referenced by domain.rs:554 (src/domain.rs:554)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.1.rcgu.o:(<virt::domain::Domain>::get_info) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virConnectClose
[INFO] [stdout]           >>> referenced by connect.rs:259 (src/connect.rs:259)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.0.rcgu.o:(<virt::connect::Connect>::close) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           
[INFO] [stdout]           rust-lld: error: undefined symbol: virDomainGetName
[INFO] [stdout]           >>> referenced by domain.rs:456 (src/domain.rs:456)
[INFO] [stdout]           >>>               virt-acf8ba65416a89e8.virt.bc1f6953e77859a6-cgu.1.rcgu.o:(<virt::domain::Domain>::get_name) in archive /opt/rustwide/target/debug/deps/libvirt-acf8ba65416a89e8.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `virt-backend` (bin "virt-backend") due to 1 previous error; 7 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "2bb51d487adec14cd6dd2b2212cbc1018ee4248ed09fb0acf83908c8f5f8102c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2bb51d487adec14cd6dd2b2212cbc1018ee4248ed09fb0acf83908c8f5f8102c", kill_on_drop: false }`
[INFO] [stdout] 2bb51d487adec14cd6dd2b2212cbc1018ee4248ed09fb0acf83908c8f5f8102c
